home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / wallppr.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-06  |  557b  |  18 lines

  1. @echo off
  2. if exist c:\windows\win.com goto :logical
  3. echo If Windows exists in a path other than C:\WINDOWS, hit Ctrl+C and
  4. echo specify the full drive & path on the command line (example: install d:\win).
  5. echo Otherwise,
  6. pause
  7. @echo off
  8. copy *.bmp %1
  9. goto :end
  10. :logical
  11. copy *.bmp c:\windows
  12. :end
  13. echo The wallpaper delivery has arrived.  To use it, go into
  14. echo Windows "Control Panel."  Select 'Desktop' and set wallpaper
  15. echo to the .BMP file of your choice.  Select 'OK' and you'll
  16. echo automatically paste it up!  Have fun!
  17. echo Done.
  18.